Add extraObjects support to the knative-operator chart - #2342
Conversation
Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
|
Welcome @aqeelat! It looks like this is your first PR to knative/operator 🎉 |
|
Hi @aqeelat. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
IMO you have more experience with helm and charts, could you review this PR pls? Thanks! (if not feel free to un-assign) /assign @kahirokunn |
|
/ok-to-test |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2342 +/- ##
=======================================
Coverage 63.99% 63.99%
=======================================
Files 55 55
Lines 2491 2491
=======================================
Hits 1594 1594
Misses 777 777
Partials 120 120 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thank you for your contribution! This is a very common feature we see frequently, and several CNCF projects have already adopted it. /lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aqeelat, dsimansk, kahirokunn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What
Adds an optional
extraObjectslist to theknative-operatorHelm chart. Each entry renders as a manifest alongside the operator. Empty by default — no behavior change for existing installs.Why
Operators frequently need small platform-specific adjuncts that don't belong in the chart proper: OpenShift SCC bindings, extra RBAC, NetworkPolicies, PriorityClasses. The standard Helm
extraObjectsidiom (as in kube-prometheus-stack and bitnami charts) lets users keep those in the same release instead of parallel tooling.Example: